vcSweptVolumeMethod
See in: Overview
Module: vcCore
Parent: Enum
Children -
Referenced by: vcSweptVolume.Method
Enums
| Value | Description |
| LOFTING | Uses lofting to generate swept geometry. Good for movements requiring small changes, for example small rotational and directional changes in linear motions and bending of curves. |
| HULL_FROM_HULLS | Uses hull from hulls generation. Creates internal faces and more points, thereby a higher data count but supports all types of movement. |
| HULL_FROM_SILHOUETTES | Uses hull from silhouettes method to generate geometry. Balance of methods 0 and 1 to support small and complex movements. |
| HULL_FROM_HULLS_V2 | Updated implementation of HULL_FROM_HULLS. |